Vapi Metadata Metamodel PrimitiveValue Type

Vapi Metadata Metamodel PrimitiveValue Type
Vapi Metadata Metamodel PrimitiveValue Type

The Vapi Metadata Metamodel PrimitiveValue Type enumerated type defines the valid types for values in constant elements.

Possible values:

  • BOOLEAN: Indicates the value is a boolean (true or false).
  • DOUBLE: Indicates the value is a double (64 bit floating number).
  • LONG: Indicates the value is a long (64 bit signed integer).
  • STRING: Indicates the value is a string (a variable length sequence of characters). The encoding is UTF8.
This data structure has no properties.
Enumeration: BOOLEAN, DOUBLE, LONG, STRING,